go.uber.org/zap/zapcore.consoleEncoder.AddInt16 (method, view implemented interface methods)

one use

	go.uber.org/zap/zapcore (current package)
		json_encoder.go#L325: func (enc *jsonEncoder) AddInt16(k string, v int16)     { enc.AddInt64(k, int64(v)) }